From: Linus Torvalds Date: Sat, 20 Aug 2005 20:20:01 +0000 (-0700) Subject: befs: fix up missed follow_link declaration change X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~50644^2~6 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=db873896d168217e213902c7163fda7ee798781b;p=linux-4.9.git befs: fix up missed follow_link declaration change We'd updated the prototype and the return value, but not the function declaration itself. --- diff --git a/fs/befs/linuxvfs.c b/fs/befs/linuxvfs.c index abf950e5b647..e0a6025f1d06 100644 --- a/fs/befs/linuxvfs.c +++ b/fs/befs/linuxvfs.c @@ -461,7 +461,7 @@ befs_destroy_inodecache(void) * The data stream become link name. Unless the LONG_SYMLINK * flag is set. */ -static int +static void * befs_follow_link(struct dentry *dentry, struct nameidata *nd) { befs_inode_info *befs_ino = BEFS_I(dentry->d_inode);